﻿body {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-family: Arial;
    color: #3d3d3d;
    width: 100%;
    height: 100%;
    background-color: #aaa;
    font-size:14px;
}

#bodyLogin {
    background-image: url(images/Gradient.jpg);
    background-repeat: no-repeat;
}

#divTopBanner {
    background-image: url(images/banner/banner_bg.jpg);
    background-repeat: repeat-x;
    height: 85px;
    padding-left: 30px;
    text-align: left;
    font-weight: bold;
    font-size: 18pt;
    color: #ffffff;
}

#topSeperator {
    background-image: url(images/banner/topbanner.JPG);
    background-repeat: repeat-x;
    vertical-align: top;
    height: 30px;
}

#menuContent {
    width: 200px;
    margin-left: 10px;
    background-color: #E0F0FF;
    margin-right: 0px;
}

#contentSepetor {
    width: 5px;
}

#workNavigator {
    background-image: url(images/banner/nav_bg.GIF);
    background-repeat: repeat-x;
    margin: 0px;
    width: 100%;
}

#workContent {
    width: 100%;
    margin: 0;
    min-height: 620px;
}

#footer {
    background-image: url(images/Default/footer.png);
    background-size: 100% 100%;
    height: 249px;
    font-size: 8pt;
    padding-top: 10px; 
    color: #efefef;
    padding-left: 100px;
    padding-right: 100px;
}

    #footer a {
        color: #efefef;
    }

hr {
    /*background-repeat: repeat-x;
    height: 1px;*/
    color:#3d3d3d;
}

#ContentTitle {
    background-color: #F2F2F2;
    padding: 5px;
    font-weight: bold;
    color: Black;
}

#Caption {
    color: #037CC6;
    font-weight: bold;
    font-size: 16pt;
    height: 60px;
    width: 250px;
    text-align: center;
}

a link {
    color: White;
    text-decoration: none;
}

    a link:Hover {
        text-decoration: underline;
    }


/*.Watermark {
    color: #cacaca;
    font-size: 12px;
}*/

.divMain {
    margin: 0 auto;
    width: 1200px;
    background-color: #f3f0ea;
    background-image: url(Images/Default/bg600.png);
    background-size: 100% 100%;
}

.divBody {
    padding-left: 100px;
    padding-right: 100px;
    min-height: 800px;
}

.divNavigator {
    margin: 10px;
    color: #27477c;
    font-size: 14px;
    font-weight: bold;
}

.divDetailBg {
    background-image: url(images/detail/detailbg.png);
    background-size: 100% 100%;
    margin-left:100px;
    padding-left:20px;
    padding-top: 20px;
    padding: 20px;
    width: 960px;
    min-height: 600px;
}
